home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / SimpleFaro.dxr / case keeper_79_score baby.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  271 b   |  12 lines

  1. global points
  2.  
  3. on beginSprite me
  4.   if points > 0 then
  5.     puppetSound(3, "winso")
  6.     sprite(me.spriteNum).member.text = "Total Score:" & string(points) && "pts"
  7.   else
  8.     puppetSound(3, "loseso")
  9.     sprite(me.spriteNum).member.text = "Not Enough Credit!"
  10.   end if
  11. end
  12.